home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
tests
/
addmenu.tst
next >
Wrap
Text File
|
1999-09-16
|
250b
|
11 lines
//check button creation/destruction must be executed in window mode
mode(-1)
for k=1:10
n=100
for k=1:n,addmenu('mymenu'+string(k)),end
[s,kk]=sort(rand(1,n));
for k=kk,delmenu('mymenu'+string(k)),
xbasc();plot2d() //to use memeory allocator
end
end